All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.io.OpenedFile

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.io.OpenedFile

public abstract class OpenedFile
extends QTObject
implements QuickTimeLib
This class represents an OpenedFile. Subclasses define the type of file open procedures that are used


Method Index

 o close()
This method closes an open stream and the associated movie file.
 o getFile()

Methods

 o getFile
 public final QTFile getFile()
 o close
 public final void close() throws QTIOException
This method closes an open stream and the associated movie file.

QuickTime::CloseMovieFile()



QuickTime::FSClose()


All Packages  Class Hierarchy  This Package  Previous  Next  Index